home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Text / edit / TuiTED.readme < prev    next >
Text File  |  2004-09-23  |  5KB  |  123 lines

  1. Short:    V1.5 alpha - Text Editor with syntax highlightning
  2. Author:   koehlerthilo@gmx.de (Thilo Köhler)
  3. Uploader: support@hd-rec.de (Thilo Köhler)
  4. Version:  1.5 alpha
  5. Type:     text/edit
  6.  
  7.  
  8. TuiTED V1.5
  9. ========================================================================
  10.  
  11.  
  12. INTRODUCTION:
  13. ========================================================================
  14. This is a small editor for different programming languages. It supports HTML,
  15. C/C++, BlitzBasic2 and MonkeyScript. It is still in heavy developement,
  16. so not everything is working already like it should. Main target is to replace the
  17. old PED of AmiBlitz2. But if we already have syntax highlightning, I thought
  18. it would be nice to have the other languages as well.
  19. Compiling can be done via ARexx scripts. If you have written an arexx script,
  20. e.g. for C++ compiling, please send it to me and I will include this in the
  21. TuiTED archive.
  22.  
  23. It is highly configurable, but I am too lazy to descibe all features. I will do
  24. this when TuiTED is out of beta state und fully usable.
  25. By default, it will behave like EditPad, except it has a sourcecode browser,
  26. which can be turned off.
  27.  
  28.  
  29. REQUIREMENTS:
  30. ========================================================================
  31. Hardware:
  32. Any Amiga with 4MB of free FastRAM.
  33. Should run emulated on AOne, Pegasos, Amitlhon and WinUAE
  34.  
  35. Software:
  36. - OS3.1+
  37.  
  38.  
  39. FEATUES:
  40. ========================================================================
  41. * HTML, C/C++, BlitzBasic2, MonkeyScript highlightning
  42. * Undo
  43. * Clipboard
  44. * Multi-document support
  45. * Optional file tree browser
  46. * ARexx Port
  47. * Launch ARexx scripts from menu
  48.  
  49.  
  50. INSTALLATION:
  51. ========================================================================
  52. Just copy the TuiTED + .info wherever you want.
  53. If you want to use ARexx scripts, copy the "Rexx" drawer to the same location as well.
  54. The ARexx Scripts will be called with the current filename including full diskpath as the
  55. one and only argument.
  56.  
  57. That`s all !
  58.  
  59.  
  60. USAGE:
  61. ========================================================================
  62. Should be self explaining.
  63.  
  64.  
  65. AREXX Commands:
  66. ========================================================================
  67. "QUIT" - quit TuiTED
  68. "OPEN [filename]" - open a new document
  69. "CLOSE" - close the current document
  70. "SAVE" - save the current document
  71. "SAVEAS [filename]" - save the current document as ...
  72. "POPUP" - popup gui if in iconfied state, window to front if already open
  73. "ICONIFY" - iconify the gui and add an app icon to workbench
  74.  
  75. For more commands your suggestions are welcome!
  76.  
  77.  
  78. BUGS AND PROBLEMS:
  79. ========================================================================
  80. - C/C++ Highlightning has still multi-line comments missing
  81. - Find function is still missing "previous" search
  82. - can not copy&paste text larger than 200kB
  83. - will crash if you load/save document via ARexx in iconified state (will be fixed later)
  84.  
  85.  
  86. FUTURE:
  87. ========================================================================
  88. - hmm... suggestions are welcome.
  89.  
  90. Please email bug reports, suggestions or just "thank you" to support@hd-rec.de
  91.  
  92.  
  93. HISTORY:
  94. ========================================================================
  95. v1.5
  96. - fixed clipboard bug for AOS4
  97.  
  98. v1.3
  99. - fixed TAB iconify problem
  100. - TuiTED now auto-detects source return code format (Amiga/Windows/DOS) and save ASCII file with correct return code
  101. - fixed a small bug when loading a new document via "open" in menu
  102. - added AppIcon, AppMenu and drag&drop
  103.    * now you can drag&drop a drawer or disk into the sourcebrowser
  104.    * now you can drag&drop a textfile into the texteditor
  105.    * window close gadget now iconifies instead of quitting TuiTED
  106.    * iconifed GUI can be popped up by workbench tool menu or doubleclicking the AppIcon
  107. - TuiTED checks for a running instance first, and will send the startfile via ARexx if necessary instead of opening a new instance
  108. - added tooltype for ARexx Port name
  109. - fixed a memory leak of 4096 bytes (still a leak of about 600 bytes)
  110. - speedup AB2 library reading
  111. - added new AREXX commands "POPUP" and "ICONIFY"
  112. - some "behind the scenes" cleanups and minor bugfixes
  113.  
  114. V1.2
  115. - added string bufferoverflow checking
  116. - added "select all" option
  117. - internal memory optimizing, should take less memory (~2,0MB, still a lot...)
  118. - rewrite of GadTools code, now works fine under MOS (continuous scrollers, scroller arrows, string gadgets)
  119. - fixed a bug with ctrl->RAmiga wrapping (keys were send double)
  120. - added tooltype "scrollredraw" to force a complete redraw instead of ScrollRastPort(), because it is faster on some systems
  121. - fixed: text pixelwidth was not calculated on pure ASCII files (only highlighted files)
  122. - some refreshing optimizing and tokenizing speedups
  123.